Zernikalos

@ObjCName(name = "Zernikalos")
class Zernikalos : ZernikalosBase(source)

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
lateinit var context: ZContext

Represents the primary context of the Zernikalos engine during its lifecycle.

Link copied to clipboard

Represents the settings for the Zernikalos engine. It provides centralized access to control logging levels and other related settings.

Link copied to clipboard

Provides platform-specific information and version details for the Zernikalos engine.

Functions

Link copied to clipboard
fun dispose()

Disposes the Zernikalos engine and releases all associated resources.

Link copied to clipboard
fun initialize(view: MTKView, stateHandler: ZSceneStateHandler)
Link copied to clipboard